home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / personal.dxr / 00072_personal filler.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  319 b   |  12 lines

  1. on mouseUp
  2.   global gCurrentRecipeFrame, gCFTBook, gPersonalIDDB, gPersonalBrowser
  3.   set gCurrentRecipeFrame to "recipe1"
  4.   loadPersonalIndexes()
  5.   if (count(gPersonalIDDB) > 0) and (count(gPersonalBrowser) > 0) then
  6.     set gCurrentBook to "personal"
  7.   else
  8.     set gCurrentBook to gCFTBook
  9.   end if
  10.   toRecipes()
  11. end
  12.